home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
TCL1
/
__MANDEL
/
MANDELBR
/
CMANDELP.H2
< prev
next >
Wrap
Text File
|
1992-03-28
|
354b
|
21 lines
// CMandelPhase.h
#pragma once
#include <CObject.h>
#include <Global.h>
#include "CMandelDoc.h"
class CMandelPhase: public CObject {
public:
void IMandelPhase(CMandelDoc *, CMandelPhase *);
virtual void DisposeAll(void);
virtual CMandelPhase * Perform(void);
protected:
CMandelDoc * itsDoc;
CMandelPhase * itsNextPhase;
};